Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few updates to the instructions to the hello-microshift demo #25

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

rclements-redhat
Copy link

I went through the hello-microshift-demo and discovered a few areas that could be enhanced. To begin with, the sed command should not include a space between -i and .bak. Additionally, I introduced an oc command, including the jsonpath parameter, to pull the route from route/hello-microshift into the BASH route variable instead of hardcoding 'hello-microshift.local' directly in the instructions.

Remove space between `-i .bak` in the sed command. The space does not work on RHEL 9.1's sed-4.8-9.el9.x86_64 package.
Update `/etc/host`s instruction with a few more details, and use `oc` command to direct the route's FQDN from `routes/hello-microsoft` into a `route` BASH variable.
Fixed the mkdir -p ~/.kube command. Originally it was making config a directory and the ssh command would fail.

Added firewall-cmd rules to ensure ports are open on the MicroShift VM.
@rclements-redhat
Copy link
Author

Had to change the wording from VM to "machine" in a few spots and correct spelling errors. Just squash the commits when merging if the final version is acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant